a {
	color: inherit;
}
body {
    background: url(../../images/images2020/bodybg.jpg) no-repeat center top;
}
a:hover {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
	padding-left: 0;
}

.topbar {
	background: url(../../images/images2020/navbg.png) no-repeat center top;
	text-align: center;
	height: 145px;
}

.topbar p {
	padding: 20px 0px;
	color: #fff;
}

.nav ul {
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
	margin-top: 15px;
}

.nav ul li {
	float: left;
	text-align: center;
	color: #fff;
	width: 160px;
	font-size: 18px;
}

.title {
	width: 440px;
	margin: 0 auto;
	margin-top: 50px;
}

footer {
	text-align: center;
	padding: 40px 0px;
}
.bgwhite {
    background: #fff;
    padding: 20px;
    border-top: rgb(196, 14, 14) solid 3px;
    box-shadow: rgba(0,0,0,.1) 0px 0px 10px;
}
.fullimg>img{
	display: block;
	width: 100%;
	height:100%;
}
.newsContent{
	flex:1;
	}